[INFO] fetching crate emf-core-base-rs 0.1.3...
[INFO] fixing emf-core-base-rs-0.1.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate emf-core-base-rs 0.1.3 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate emf-core-base-rs 0.1.3
[INFO] finished tweaking crates.io crate emf-core-base-rs 0.1.3
[INFO] tweaked toml for crates.io crate emf-core-base-rs 0.1.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate emf-core-base-rs 0.1.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 12 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 226d425a3179751bd910052ee88e6b9a5d3eda7bfdacbf1bb9b3f54b2faa3931
[INFO] running `Command { std: "docker" "start" "226d425a3179751bd910052ee88e6b9a5d3eda7bfdacbf1bb9b3f54b2faa3931", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "226d425a3179751bd910052ee88e6b9a5d3eda7bfdacbf1bb9b3f54b2faa3931" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "226d425a3179751bd910052ee88e6b9a5d3eda7bfdacbf1bb9b3f54b2faa3931", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "226d425a3179751bd910052ee88e6b9a5d3eda7bfdacbf1bb9b3f54b2faa3931" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking emf-core-base-rs-ffi v0.1.2
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking emf-core-base-rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
[INFO] [stderr] crater-edition-check: emf-core-base-rs v0.1.3 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking emf-core-base-rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `const_fn_trait_bound` has been stable since 1.61.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_fn_trait_bound)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `c_unwind` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(c_unwind)]
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/extensions/unwind_internal.rs:230:40
[INFO] [stdout]     |
[INFO] [stdout] 230 |     use std::panic::{AssertUnwindSafe, PanicInfo, UnwindSafe};
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/extensions/unwind_internal.rs:271:26
[INFO] [stdout]     |
[INFO] [stdout] 271 |     fn panic_hook(info: &PanicInfo<'_>) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_fn_trait_bound` has been stable since 1.61.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_fn_trait_bound)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `c_unwind` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(c_unwind)]
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/extensions/unwind_internal.rs:230:40
[INFO] [stdout]     |
[INFO] [stdout] 230 |     use std::panic::{AssertUnwindSafe, PanicInfo, UnwindSafe};
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/extensions/unwind_internal.rs:271:26
[INFO] [stdout]     |
[INFO] [stdout] 271 |     fn panic_hook(info: &PanicInfo<'_>) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:481:25
[INFO] [stdout]     |
[INFO] [stdout] 481 |                 internal.borrow().as_handle(),
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 481 -                 internal.borrow().as_handle(),
[INFO] [stdout] 481 +                 internal.as_handle(),
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:504:25
[INFO] [stdout]     |
[INFO] [stdout] 504 |                 internal.borrow().as_handle(),
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 504 -                 internal.borrow().as_handle(),
[INFO] [stdout] 504 +                 internal.as_handle(),
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:801:40
[INFO] [stdout]     |
[INFO] [stdout] 801 |             .get_native_handle(internal.borrow().as_handle())
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 801 -             .get_native_handle(internal.borrow().as_handle())
[INFO] [stdout] 801 +             .get_native_handle(internal.as_handle())
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/global.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 151 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/global.rs:159:20
[INFO] [stdout]     |
[INFO] [stdout] 159 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:47:20
[INFO] [stdout]    |
[INFO] [stdout] 47 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:481:25
[INFO] [stdout]     |
[INFO] [stdout] 481 |                 internal.borrow().as_handle(),
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 481 -                 internal.borrow().as_handle(),
[INFO] [stdout] 481 +                 internal.as_handle(),
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:504:25
[INFO] [stdout]     |
[INFO] [stdout] 504 |                 internal.borrow().as_handle(),
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 504 -                 internal.borrow().as_handle(),
[INFO] [stdout] 504 +                 internal.as_handle(),
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:801:40
[INFO] [stdout]     |
[INFO] [stdout] 801 |             .get_native_handle(internal.borrow().as_handle())
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 801 -             .get_native_handle(internal.borrow().as_handle())
[INFO] [stdout] 801 +             .get_native_handle(internal.as_handle())
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/global.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 151 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/global.rs:159:20
[INFO] [stdout]     |
[INFO] [stdout] 159 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:47:20
[INFO] [stdout]    |
[INFO] [stdout] 47 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking emf-core-base-rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/module/api.rs (3 fixes)
[INFO] [stderr]        Fixed src/library/library_loader.rs (27 fixes)
[INFO] [stderr]        Fixed src/global/module.rs (3 fixes)
[INFO] [stderr]        Fixed src/init.rs (1 fix)
[INFO] [stderr]        Fixed src/module/module_loader.rs (63 fixes)
[INFO] [stderr]        Fixed src/sys/sync_handler.rs (4 fixes)
[INFO] [stderr]        Fixed src/global/sys.rs (1 fix)
[INFO] [stderr]        Fixed src/sys.rs (1 fix)
[INFO] [stderr]        Fixed src/fn_caster.rs (1 fix)
[INFO] [stderr]        Fixed src/module/native_module.rs (9 fixes)
[INFO] [stderr]        Fixed src/cbase.rs (92 fixes)
[INFO] [stderr]        Fixed src/global/library.rs (3 fixes)
[INFO] [stderr]        Fixed src/library/api.rs (3 fixes)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/global.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 151 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/global.rs:159:20
[INFO] [stdout]     |
[INFO] [stdout] 159 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:47:20
[INFO] [stdout]    |
[INFO] [stdout] 47 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/global.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 151 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/global.rs:159:20
[INFO] [stdout]     |
[INFO] [stdout] 159 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:47:20
[INFO] [stdout]    |
[INFO] [stdout] 47 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
[INFO] [stderr] crater-edition-check: emf-core-base-rs v0.1.3 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking emf-core-base-rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `const_fn_trait_bound` has been stable since 1.61.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_fn_trait_bound)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `c_unwind` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(c_unwind)]
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/extensions/unwind_internal.rs:230:40
[INFO] [stdout]     |
[INFO] [stdout] 230 |     use std::panic::{AssertUnwindSafe, PanicInfo, UnwindSafe};
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/extensions/unwind_internal.rs:271:26
[INFO] [stdout]     |
[INFO] [stdout] 271 |     fn panic_hook(info: &PanicInfo<'_>) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_fn_trait_bound` has been stable since 1.61.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_fn_trait_bound)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `c_unwind` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(c_unwind)]
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/extensions/unwind_internal.rs:230:40
[INFO] [stdout]     |
[INFO] [stdout] 230 |     use std::panic::{AssertUnwindSafe, PanicInfo, UnwindSafe};
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/extensions/unwind_internal.rs:271:26
[INFO] [stdout]     |
[INFO] [stdout] 271 |     fn panic_hook(info: &PanicInfo<'_>) {
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:481:25
[INFO] [stdout]     |
[INFO] [stdout] 481 |                 internal.borrow().as_handle(),
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 481 -                 internal.borrow().as_handle(),
[INFO] [stdout] 481 +                 internal.as_handle(),
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:504:25
[INFO] [stdout]     |
[INFO] [stdout] 504 |                 internal.borrow().as_handle(),
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 504 -                 internal.borrow().as_handle(),
[INFO] [stdout] 504 +                 internal.as_handle(),
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:801:40
[INFO] [stdout]     |
[INFO] [stdout] 801 |             .get_native_handle(internal.borrow().as_handle())
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 801 -             .get_native_handle(internal.borrow().as_handle())
[INFO] [stdout] 801 +             .get_native_handle(internal.as_handle())
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/global.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 151 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/global.rs:159:20
[INFO] [stdout]     |
[INFO] [stdout] 159 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:47:20
[INFO] [stdout]    |
[INFO] [stdout] 47 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `emf-core-base-rs` (lib test) due to 4 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:481:25
[INFO] [stdout]     |
[INFO] [stdout] 481 |                 internal.borrow().as_handle(),
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 481 -                 internal.borrow().as_handle(),
[INFO] [stdout] 481 +                 internal.as_handle(),
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:504:25
[INFO] [stdout]     |
[INFO] [stdout] 504 |                 internal.borrow().as_handle(),
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 504 -                 internal.borrow().as_handle(),
[INFO] [stdout] 504 +                 internal.as_handle(),
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/library/library_loader.rs:801:40
[INFO] [stdout]     |
[INFO] [stdout] 801 |             .get_native_handle(internal.borrow().as_handle())
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `InternalLibrary<O>` does not implement `Borrow`, so calling `borrow` on `&InternalLibrary<O>` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 801 -             .get_native_handle(internal.borrow().as_handle())
[INFO] [stdout] 801 +             .get_native_handle(internal.as_handle())
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `InternalLibrary<O>`, implement `Clone` for it
[INFO] [stdout]    --> src/library.rs:159:1
[INFO] [stdout]     |
[INFO] [stdout] 159 + #[derive(Clone)]
[INFO] [stdout] 160 | pub struct InternalLibrary<O> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/global.rs:151:16
[INFO] [stdout]     |
[INFO] [stdout] 151 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/global.rs:159:20
[INFO] [stdout]     |
[INFO] [stdout] 159 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     unsafe { &*INTERFACE.as_ptr() }
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/global/extensions/unwind_internal.rs:47:20
[INFO] [stdout]    |
[INFO] [stdout] 47 |     unsafe { &mut *INTERFACE.as_mut_ptr() }
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `emf-core-base-rs` (lib) due to 4 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "226d425a3179751bd910052ee88e6b9a5d3eda7bfdacbf1bb9b3f54b2faa3931", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "226d425a3179751bd910052ee88e6b9a5d3eda7bfdacbf1bb9b3f54b2faa3931", kill_on_drop: false }`
[INFO] [stdout] 226d425a3179751bd910052ee88e6b9a5d3eda7bfdacbf1bb9b3f54b2faa3931
